home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / comm / mail / mailserver10.lha / Mailserver / sys / prefs < prev    next >
Encoding:
Text File  |  1995-04-08  |  1.5 KB  |  57 lines

  1. #
  2. # M A I L S E R V E R - Preferences file
  3. #
  4. # Entries should consist of a single keyword followed by one or
  5. # more spaces, a '=' sign, one or more spaces, then a value.
  6. #
  7. # Line begining with a '#' are comments, and wil be ignored.
  8.  
  9.  
  10. # Mailserver owner. This should be your mailbox name or email address.
  11. # It will overide any name found in the environment variable USERNAME.
  12. #owner        =   mailboxname
  13.  
  14. # Do you want to be informed about incoming requests?
  15. inform        =  yes
  16.  
  17. # Should a log of all incoming requests be kept?
  18. keeplog       =  yes
  19.  
  20. # Send a receipt with mail?
  21. receipt       =  yes
  22.  
  23. # Name of logfile
  24. logname       =  uuspool:mailserver.log
  25.  
  26. # "Real name" given in From: line of Mailserver messages.
  27. mailname      =  Amiga Mailserver
  28.  
  29. # Amigados command for DIR messages.
  30. dir_cmd       =  list
  31.  
  32. # Options for DIR command. Not essential, but allows fine tuning of
  33. # directory listings.
  34. # dir_cmd_opts  =  LFORMAT "%-20n %8l %10d - %2c"
  35.  
  36. # Root directory for publicly accessible files.
  37. publicdir     =  mailserver:public
  38.  
  39. # Your domain name (only used if your sendmail requires it)
  40. #domain  = .demon.co.uk
  41.  
  42. # Your host name (only used if your sendmail requires it)
  43. #host  = dynamo
  44.  
  45. # Format of sendmail command
  46. #
  47. # Acceptable placeholders:
  48. # $MSG            Message file
  49. # $FROMUSER       From:  username ("mailserver")
  50. # $FROMREAL       From: real name (mailname in this file)
  51. # $FROMDOMAIN     (with leading dot)
  52. # $FROMHOST       (without domain)
  53.  
  54. sendmail = sendmail -f $FROMUSER < $MSG
  55.  
  56. #END
  57.